## Warning for package dstep, configuration test-functional ## The following compiler flags have been specified in the package description file. They are handled by DUB and direct use in packages is discouraged. Alternatively, you can set the DFLAGS environment variable to pass custom flags to the compiler, or use one of the suggestions below: debugMode: Call DUB with --build=debug debugInfo: Call DUB with --build=debug unittests: Call DUB with --build=unittest ## Warning for package dstep, configuration test-unit ## The following compiler flags have been specified in the package description file. They are handled by DUB and direct use in packages is discouraged. Alternatively, you can set the DFLAGS environment variable to pass custom flags to the compiler, or use one of the suggestions below: debugMode: Call DUB with --build=debug debugInfo: Call DUB with --build=debug unittests: Call DUB with --build=unittest dstep/translator/Type.d(34,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. dstep/translator/Type.d(292,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. dstep/translator/Type.d(348,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. dstep/translator/Type.d(465,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. dstep/translator/Type.d(549,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. clang/Compiler.d(71,17): Error: `@safe` function `clang.Compiler.Compiler.extraHeaders` cannot call `@system` function `std.array.array!(MapResult!(__lambda1, InternalHeader[])).array` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/array.d(101,21): `std.array.array!(MapResult!(__lambda1, InternalHeader[])).array` is declared here clang/Diagnostic.d(57,15): Error: no property `set` for type `std.typecons.RefCounted!(Container, cast(RefCountedAutoInitialize)1)` clang/Diagnostic.d(75,53): Error: no property `set` for type `std.typecons.RefCounted!(Container, cast(RefCountedAutoInitialize)1)` clang/Diagnostic.d(85,61): Error: no property `set` for type `std.typecons.RefCounted!(Container, cast(RefCountedAutoInitialize)1)` clang/Diagnostic.d(90,61): Error: no property `set` for type `std.typecons.RefCounted!(Container, cast(RefCountedAutoInitialize)1)` clang/Diagnostic.d(115,61): Error: no property `set` for type `std.typecons.RefCounted!(Container, cast(RefCountedAutoInitialize)1)` clang/SourceLocation.d(73,46): Error: cannot take address of local `result` in `@safe` function `line` clang/SourceLocation.d(80,52): Error: cannot take address of local `result` in `@safe` function `column` clang/SourceLocation.d(87,58): Error: cannot take address of local `result` in `@safe` function `offset` clang/TranslationUnit.d(48,41): Error: `@safe` function `clang.TranslationUnit.TranslationUnit.parse` cannot call `@system` function `clang.Util.toCArray!(CXUnsavedFile, CXUnsavedFile).toCArray` clang/Util.d(50,4): `clang.Util.toCArray!(CXUnsavedFile, CXUnsavedFile).toCArray` is declared here clang/TranslationUnit.d(323,36): Error: safe function `clang.TranslationUnit.TranslationUnit.TokenRange.front` cannot index pointer `this.tokens` clang/TranslationUnit.d(415,39): Error: cannot take address of local `file` in `@safe` function `dumpAST` clang/Util.d(28,12): Error: `cArr.ptr` cannot be used in `@safe` code, use `&cArr[0]` instead clang/Util.d(34,27): Error: `@safe` function `clang.Util.toD` cannot call `@system` function `std.conv.to!string.to!(const(char)*).to` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/conv.d(219,7): `std.conv.to!string.to!(const(char)*).to` is declared here clang/Util.d(224,27): Error: `path.ptr` cannot be used in `@safe` code, use `&path[0]` instead clang/Visitor.d(35,74): Error: cannot take address of local `data` in `@safe` function `opApply` clang/Visitor.d(48,74): Error: cannot take address of local `data` in `@safe` function `opApply` clang/Visitor.d(60,20): Error: cast from `void*` to `OpApplyData*` not allowed in safe code dstep/driver/CommandLine.d(138,40): Error: `@safe` function `dstep.driver.CommandLine.run` cannot call `@system` function `dstep.driver.CommandLine.parseCommandLine` dstep/driver/CommandLine.d(25,6): `dstep.driver.CommandLine.parseCommandLine` is declared here dstep/driver/CommandLine.d(173,5): Error: can only catch class objects derived from `Exception` in `@safe` code, not `object.Throwable` /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.